Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KIP-890 (part 1) #600

Merged
merged 3 commits into from
Oct 22, 2023
Merged

KIP-890 (part 1) #600

merged 3 commits into from
Oct 22, 2023

Conversation

twmb
Copy link
Owner

@twmb twmb commented Oct 21, 2023

Properly handles sharding AddPartitionsToTxn v4+, and we now detect Kafka 3.6 properly (although do not introduce a constant for it yet which would require a minor).

twmb added 2 commits October 21, 2023 20:54
This is more of a forward looking commit, in that kadm will eventually
introduce support for this. We now basically handle v4 properly, even
though KIP-890 dictates that v4 isn't meant to be sent by clients, it is
indeed still necessary and not sending it results in INVALID_TXN_STATE
errors.

Also properly adds the WriteTxnMarkers sharder to the switch, though
nothing really should send that request so that doesn't really fix any
bugs.

Kafka 3.6 has an NPE handling produce requests frequently, see
KAFKA-15653, so tests may fail against 3.6 occasionally.
This does not yet add V3_6_0 since that will require a minor.
@twmb twmb merged commit a905bf0 into master Oct 22, 2023
6 checks passed
@twmb twmb deleted the kip-890 branch October 22, 2023 03:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant